home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_89 / DoAction.as
Text File  |  2011-08-19  |  519b  |  21 lines

  1. if(_root.hitpoints > 25 && _root.rabbitKills == 0 && _root.landmark_count >= 10)
  2. {
  3.    _root.global_gotBonusItems.start(0,0);
  4.    _root.score += 50000;
  5.    _root.display_score = _root.score;
  6.    bonusText.gotoAndPlay(2);
  7.    temp_curveSpeed = 8.5;
  8.    temp_maxspeed = 18;
  9.    temp_reverseSpeed = 6;
  10.    temp_breakpower = 9.5;
  11.    temp_breakverzoegerung = 0.8;
  12.    temp_acceleration = 1.8;
  13. }
  14. else
  15. {
  16.    _root.youMadeIt.gotoAndStop(2);
  17. }
  18. _root.nextButton._visible = 1;
  19. _root.display_score = _root.score;
  20. stop();
  21.